Below are two maps representing the Australian Bureau of Statistics’ (ABS) SEIFA data in the greater Sydney area. SEIFA stands for Socio-Economic Indexes for Areas and provides an indication of social advantage versus social disadvantage using data derived from the Census (ABS 2016b). The maps present the SEIFA scores where a low score (shown in red) indicates that an area is relatively disadvantaged compared to an area with a higher score (shown in white/yellow).
Although both maps use the same dataset, the socio-economic divide in Sydney can be accentuated by just using a different colour palette in the R based map when compared to the QGIS produced map. The same data can also be perceived quite differently when applied at a different scale. For example, this source applies the SEIFA Index of Advantage and Disadvantage (2016) to all of Australia and creates a very different picture of the same inequalities. The maps generated below provide an incomplete view of reality by using selective information. As stated by Monmonier, this is the “paradox of cartography” – suppressing features to accentual the critical information for spatial analysis (Monmonier and Blij 1996).
A GUI-based map created in QGIS
A code-based map created in R and the tmap library
The boundary data was imported in both software as a shapefile and joined to the SEIFA data from 2016 which was imported as a Comma Separated Values (CSV) file. The boundary data included the ‘Statistical Area Level 2’ (SA2) boundaries for all of Australia and therefore proved to be a very large dataset. SA2 areas are “medium-sized general purpose areas built up from whole Statistical Areas Level 1. Their purpose is to represent a community that interacts together socially and economically.” (ABS 2016a) Subsetting and spatially joining this data took a few iterations in R however the same process was quite straight forward in QGIS. After a few unsuccessful iterations in R, subsetting the data in QGIS and re-importing into R became more feasible.
QGIS had a much stronger visual component than R. Being able to immediately visualise the data in QGIS and see the effects of manipulations along with reversable operations like ‘Filter’, gave a much greater sense of control over the database and an opportunity to ‘play’ with the data. That being said, some manipulations in QGIS altered the original data which increased the risk of information loss. In R however, assigning data to variables permitted exploring the dataset without this risk.
The instantaneous visual feedback in QGIS allowed playing with scale, colour palettes and text formatting much more intuitive when compared with R. Having to re-run large chunks of code to make visual changes because cumbersome. The plot previewer in R also did not provide an accurate representation of the scale and format which further hindered the usability of the software to create visual and communicative maps.
As a novice user, the need to memorise commands in R and entering them in the correct syntax hindered the ability to explore the full potential of the software. Even so, GUI software that are tailored to the inspection of data are said to have reduced functionality as they have lost more powerful operations at the expense of a user friendly interface (Thrall and Thrall 1999). The flexibility and power of having a complete programming language in R, with constructs such as variables, functions and the ability to loop through code became very apparent in the process of producing the maps above.
ABS. 2016a. “1270.0.55.001 - Australian Statistical Geography Standard (ASGS): Volume 1 - Main Structure and Greater Capital City Statistical Areas.” http://www.abs.gov.au/ausstats/abs@.nsf/Lookup/2071.0main+features752012-2013{\%}0Ahttp://www.abs.gov.au/ausstats/abs@.nsf/Lookup/by Subject/4329.0.00.003{~}2011{~}Main Features{~}Overview of subsidised mental health-related treatments{~}10002{\%}0Ahttp://www.abs.gov.a.
———. 2016b. “2033.0.55.001 - Census of Population and Housing: Socio-Economic Indexes for Areas (SEIFA).” http://www.abs.gov.au/ausstats/abs@.nsf/Lookup/2071.0main+features752012-2013{\%}0Ahttp://www.abs.gov.au/ausstats/abs@.nsf/Lookup/by Subject/4329.0.00.003{~}2011{~}Main Features{~}Overview of subsidised mental health-related treatments{~}10002{\%}0Ahttp://www.abs.gov.a.
Monmonier, Mark, and H J de Blij. 1996. “How to Lie with Maps.”
Thrall, S Elshaw, and G I Thrall. 1999. “Desktop GIS software.” Geographical Information Systems: Principles, Techniques, Management and Applications 1: 331–45.